﻿2026-06-15T11:05:15.5873124Z ##[group]Run actions/checkout@v5
2026-06-15T11:05:15.5873762Z with:
2026-06-15T11:05:15.5874005Z   repository: SaberMage/spt-core
2026-06-15T11:05:15.5876168Z   token: ***
2026-06-15T11:05:15.5876418Z   ssh-strict: true
2026-06-15T11:05:15.5876629Z   ssh-user: git
2026-06-15T11:05:15.5876842Z   persist-credentials: true
2026-06-15T11:05:15.5877073Z   clean: true
2026-06-15T11:05:15.5877301Z   sparse-checkout-cone-mode: true
2026-06-15T11:05:15.5877554Z   fetch-depth: 1
2026-06-15T11:05:15.5877847Z   fetch-tags: false
2026-06-15T11:05:15.5878072Z   show-progress: true
2026-06-15T11:05:15.5878299Z   lfs: false
2026-06-15T11:05:15.5878502Z   submodules: false
2026-06-15T11:05:15.5878703Z   set-safe-directory: true
2026-06-15T11:05:15.5879090Z ##[endgroup]
2026-06-15T11:05:15.7777356Z Syncing repository: SaberMage/spt-core
2026-06-15T11:05:15.7778346Z ##[group]Getting Git version info
2026-06-15T11:05:15.7778717Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T11:05:15.8100161Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T11:05:15.8318054Z git version 2.43.0.windows.1
2026-06-15T11:05:15.8346231Z ##[endgroup]
2026-06-15T11:05:15.8354599Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ac75a35d-f8e4-4edf-a4d3-a19dadedfa93\.gitconfig'
2026-06-15T11:05:15.8369449Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ac75a35d-f8e4-4edf-a4d3-a19dadedfa93' before making global git config changes
2026-06-15T11:05:15.8370448Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T11:05:15.8374228Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T11:05:15.8606076Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T11:05:15.8794527Z https://github.com/SaberMage/spt-core
2026-06-15T11:05:15.8824718Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T11:05:15.8828890Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T11:05:15.9027139Z refs/heads/main
2026-06-15T11:05:15.9053354Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T11:05:15.9379380Z HEAD is now at cb056005 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:05:15.9650737Z ##[endgroup]
2026-06-15T11:05:15.9654863Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T11:05:16.3336748Z ##[group]Cleaning the repository
2026-06-15T11:05:16.3342071Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T11:05:30.8734447Z Removing .adapter-notify/
2026-06-15T11:05:30.8734918Z Removing target/
2026-06-15T11:05:30.8780537Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T11:05:30.9256658Z HEAD is now at cb056005 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:05:30.9289995Z ##[endgroup]
2026-06-15T11:05:30.9293895Z ##[group]Disabling automatic garbage collection
2026-06-15T11:05:30.9299183Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T11:05:30.9534945Z ##[endgroup]
2026-06-15T11:05:30.9535307Z ##[group]Setting up auth
2026-06-15T11:05:30.9540883Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T11:05:30.9790326Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T11:05:31.3611267Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T11:05:31.3905434Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T11:05:31.7514791Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T11:05:31.7731180Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T11:05:32.1401977Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T11:05:32.1652203Z ##[endgroup]
2026-06-15T11:05:32.1652667Z ##[group]Fetching the repository
2026-06-15T11:05:32.1659695Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cb0560052c7392d386d9e68db359bbbf3138dcfe:refs/tags/v0.7.1
2026-06-15T11:05:32.8952625Z From https://github.com/SaberMage/spt-core
2026-06-15T11:05:32.8953055Z  * [new ref]           cb0560052c7392d386d9e68db359bbbf3138dcfe -> v0.7.1
2026-06-15T11:05:32.9070402Z ##[endgroup]
2026-06-15T11:05:32.9070839Z ##[group]Determining the checkout info
2026-06-15T11:05:32.9071839Z ##[endgroup]
2026-06-15T11:05:32.9076936Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T11:05:32.9362911Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T11:05:32.9594501Z ##[group]Checking out the ref
2026-06-15T11:05:32.9599653Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/tags/v0.7.1
2026-06-15T11:05:32.9961503Z HEAD is now at cb056005 release: v0.7.1 — <EVENT> envelope everywhere + confident update-apply message
2026-06-15T11:05:32.9984859Z ##[endgroup]
2026-06-15T11:05:33.0263850Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T11:05:33.0497856Z cb0560052c7392d386d9e68db359bbbf3138dcfe
